home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / maximus / maxkit20.zip / README < prev    next >
Text File  |  1996-04-06  |  3KB  |  68 lines

  1. Just a few minor changes from maxkit18.
  2.  
  3. File list in Maxkit20.arj     Magic name MAXKIT for FREQ.
  4.  
  5. README                 This File.
  6.  
  7. CKXP-DOB.MEX           Checks for expiry date and if User has a Birthday
  8. CKXP-DOB.VM            then shows a Birthday.bbs (included)
  9.  
  10. Birthday.BBS           A birthday screen used on The Mountain Top BBS.
  11.  
  12. #MSTK01.BBS            A screen I use to have the User update their
  13. #MSTK01.MEC            information when i erase it, or there is no entry.
  14.  
  15. MAXMNT20.MEX           Checks for Gender, Birth date, Phone and Dataphone,
  16. MAXMNT20.VM            and password, also call birthday greeting screen.
  17.                         Updates City, State, and Zip under 19 chars..
  18.  
  19. USRLST20.MEX           List, Print or Both, User list file to where you
  20. USRLST20.VM            direct it. Will run unatended  using _print.
  21.  
  22. WIDLST20.MEX           Extra information, prints to a file that can be
  23. WIDLST20.VM            wide printed or printed compressed
  24.  
  25. S_MENU  .BBS           Sample Header file used in SysOpWk Menu
  26.  
  27. MX.BAT                 Sample Bat file for mecca work etc. Just
  28.                        run MX for some instructions.
  29. -----------------------------------------------------------------------
  30. To get all the information at logon, Change MAX.CTL
  31. Uses Configure  :M\MAXMNT20
  32. ---
  33. updates remove from
  34. NEWUS??.BBS
  35. [mex]M\MAXMNT18_NOPWD
  36. -----------------------------------------------------------------------
  37. I call this from my bulletin
  38. [link].\Misc\#Mstk01
  39. This calls the programs to update when you erase or they have not
  40. been entered, and checks for birthdays.
  41. [mex]M\CKXP-DOB
  42. [mex]M\MAXMNT20_UPDATE
  43. -----------------------------------------------------------------------
  44. USRLST20.MEX           List, Print or Both, User list file to where you
  45. USRLST20.VM            direct it. Will run unatended  using _print.
  46. -----------------------------------------------------------------------
  47. This is the way to add a new menu to Menus.ctl
  48.  
  49. Put this in your Menu Sysop.
  50. Display_Menu    SysOpWk                     100 "#Sysop menu"
  51.  
  52. Add this to your Menus.ctl, anywhere, I have it under the sysop menu.
  53. Menu SysOpWk
  54.         Headerfile  Miscx\S_MENU
  55. Title TMT Node %k - SysOpWk MENU:   %f, you have %t minutes remaining.
  56.  
  57.         MEX             M\#ATest                     30 "Test NOargv"
  58.         MEX             M\#ATest_ALL                 30 "A Test w/ALL"
  59.         MEX   M\MAXBDL20                            100 "Birthday List"
  60.         MEX   M\DELUSR21_DISP                       100 "Delete User"
  61.   NoDsp Press_Enter                                  10 "D"
  62.         MEX   M\USRLST20                            100 "User List"
  63.         MEX   M\WIDELST1                            100 "Wide List"
  64.         Display_Menu    SysOp*                      100 "#Sysop menu"
  65.   NoDsp Display_Menu    SysOp*                      100 "|"
  66.         Goodbye                                       0 "Goodbye (log off)"
  67. End Menu
  68.